RecipientType Enumeration |
Represents the recipient type for a message recipient.
Namespace:
Independentsoft.Msg
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic enum RecipientType
Public Enumeration RecipientType
Members|
| Member name | Value | Description |
|---|
| To | 0 |
The recipient is a primary (To) recipient.
|
| Cc | 1 |
The recipient is a carbon copy (Cc) recipient.
|
| Bcc | 2 |
The recipient is a blind carbon copy (Bcc) recipient.
|
| P1 | 3 |
The recipient did not successfully receive the message on the previous attempt.
|
| None | 4 |
None.
|
See Also